From: Roger Pau Monne Date: Wed, 16 Apr 2014 14:13:31 +0000 (+0200) Subject: build: export CC value to SeaBIOS X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5076 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=88527ccfefb6f43539e5e169a186cdc95e63cba2;p=xen.git build: export CC value to SeaBIOS Signed-off-by: Roger Pau Monné Cc: Ian Jackson Cc: Ian Campbell Acked-by: Ian Campbell --- diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index cb13212da3..dcb56e515c 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -36,7 +36,7 @@ ifeq ($(CONFIG_ROMBIOS),y) false ; \ fi endif - $(MAKE) PYTHON=$(PYTHON) subdirs-$@ + $(MAKE) CC=$(CC) PYTHON=$(PYTHON) subdirs-$@ .PHONY: install